projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e01f777
)
(Fchar_table_range): Remove unused var i.
author
Kim F. Storm
<storm@cua.dk>
Thu, 20 Oct 2005 15:03:26 +0000
(15:03 +0000)
committer
Kim F. Storm
<storm@cua.dk>
Thu, 20 Oct 2005 15:03:26 +0000
(15:03 +0000)
src/fns.c
patch
|
blob
|
history
diff --git
a/src/fns.c
b/src/fns.c
index 9357fcddab01000749451a974f3a8651dcd4fd28..4cf21b543ac07f5b891b4a6ea5970e006fada463 100644
(file)
--- a/
src/fns.c
+++ b/
src/fns.c
@@
-2554,7
+2554,7
@@
Note that this function doesn't check the parent of CHAR-TABLE. */)
Lisp_Object char_table, range;
{
int charset_id, c1 = 0, c2 = 0;
- int size
, i
;
+ int size;
Lisp_Object ch, val, current_default;
CHECK_CHAR_TABLE (char_table);